home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Information Management / Filevision® IV / FilevisionÆ IV / card_5038.txt < prev    next >
Text File  |  1990-03-16  |  18KB  |  704 lines

  1. -- card: 5038 from stack: in
  2. -- bmap block id: 8705
  3. -- flags: 4000
  4. -- background id: 32253
  5. -- name: startShow
  6. ----- HyperTalk script -----
  7. on openCard
  8.   unlock screen
  9.   play "harpsichord" tempo 220 b3Q3 g a b d4 c c e d d g f# g d  b3 g a b c4 d e d c b3 a b g f# g a d f# a c4 b3 a b g a b d4 c c e d d g f# g d b3 g a3 b e d4 c b3 a g d g f# gw
  10.   set cursor to none
  11.   set the hilite of card button 12 to true
  12.   show card button 12
  13.   show card field 9
  14.   wait 1 seconds
  15.   show card field 10
  16.   show card field 5
  17.   wait 1 seconds
  18.   show card field 6
  19.   wait 3 seconds
  20.   show card field 7
  21.   wait 1 seconds
  22.   show card field 11
  23.   show card button 13
  24.   wait 4 seconds
  25.   lock screen
  26.   hide card field 11
  27.   hide card field 7
  28.   hide card field 6
  29.   hide card field 5
  30.   hide card field 10
  31.   hide card field 9
  32.   hide card field 4
  33.   hide card button 12
  34.   hide card button 13
  35.   hide card field 6
  36.   hide card field 8
  37.   unlock screen
  38.   set cursor to hand
  39. end openCard
  40.  
  41. on closeCard
  42.   play "harpsichord" tempo 230 c4H a#3E a# d#4q a#3E a# d#4q cH
  43. end closeCard
  44.  
  45.  
  46.  
  47. -- part 4 (field)
  48. -- low flags: 01
  49. -- high flags: 0000
  50. -- rect: left=301 top=158 right=172 bottom=314
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 9
  56. -- style flags: 256
  57. -- line height: 12
  58. -- part name: delay
  59.  
  60.  
  61. -- part 37 (button)
  62. -- low flags: 00
  63. -- high flags: A002
  64. -- rect: left=16 top=134 right=154 bottom=230
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 527
  69. -- text size: 10
  70. -- style flags: 0
  71. -- line height: 13
  72. -- part name: Click here for word or card # search
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   global findit
  76.   ask "Find which word or card number?" with findit
  77.   if it is empty then exit mouseup
  78.   put it into findit
  79.   lock screen
  80.   put "find" && quote & findit & quote
  81.   hide msg
  82.   set the cursor to busy
  83.   type return
  84.   unlock screen
  85. end mouseUp
  86.  
  87.  
  88.  
  89.  
  90. -- part 7 (field)
  91. -- low flags: 01
  92. -- high flags: 0000
  93. -- rect: left=118 top=156 right=172 bottom=228
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 3
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: sliderField
  102.  
  103.  
  104. -- part 27 (button)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=123 top=155 right=174 bottom=135
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 6109 / 6109
  110. -- text alignment: 1
  111. -- font id: 204
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: speed
  116. ----- HyperTalk script -----
  117. on mouseDown
  118.   global delay
  119.   play "click"
  120.   repeat until the mouse is up
  121.     put (item 4 of the rect of card field id 7) - (item 2 of the rect of card field id 7) into A
  122.     put round((A/2) + (item 2 of the rect of card field id 7)) into temp2 -- horizontal center
  123.     put (item 1 of the mouseloc) - (item 1 of the rect of card field id 7) into B
  124.     if B < 1 then put 1 into B
  125.     put ((item 3 of the rect of card field id 7) - (item 1 of the rect of card field id 7))/10 into C
  126.     put B/C into D
  127.     if D >7 then put 7 into D
  128.     put round(D) into E
  129.     put round(E*C) + (item 1 of the rect of card field id 7) into temp1
  130.     show me at temp1,temp2
  131.     put 1+E into card field "delay"
  132.     put 1+E into delay
  133.   end repeat
  134.   play "click"
  135.   pass mouseDown
  136. end mouseDown
  137.  
  138.  
  139. -- part 14 (field)
  140. -- low flags: 01
  141. -- high flags: 2000
  142. -- rect: left=16 top=175 right=316 bottom=497
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 0
  146. -- font id: 3
  147. -- text size: 10
  148. -- style flags: 0
  149. -- line height: 12
  150. -- part name: instruct
  151.  
  152.  
  153. -- part 8 (button)
  154. -- low flags: 00
  155. -- high flags: A002
  156. -- rect: left=229 top=134 right=154 bottom=497
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 1
  160. -- font id: 2
  161. -- text size: 14
  162. -- style flags: 256
  163. -- line height: 16
  164. -- part name: GO TO THE ORDER FORM
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   push card
  168.   play "click"
  169.   visual effect iris open
  170.   go to card order
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 15 (button)
  176. -- low flags: 00
  177. -- high flags: 0000
  178. -- rect: left=412 top=217 right=237 bottom=440
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 4004 / 4004
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: On/Off
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   global playsounds
  190.   if icon of me is 4004 then
  191.     wait 3
  192.     set icon of me to 4005
  193.     play "Click"
  194.     wait 5
  195.     set icon of me to 4006
  196.     play "Click"
  197.     put "F" into playsounds
  198.   else
  199.     wait 3
  200.     set icon of me to 4005
  201.     play "Click"
  202.     wait 5
  203.     set icon of me to 4004
  204.     play "Click"
  205.     put "T" into playsounds
  206.   end if
  207. end mouseUp
  208.  
  209.  
  210. -- part 48 (field)
  211. -- low flags: 81
  212. -- high flags: 0001
  213. -- rect: left=0 top=0 right=342 bottom=512
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 3
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: 
  222.  
  223.  
  224. -- part 3 (button)
  225. -- low flags: 00
  226. -- high flags: 2000
  227. -- rect: left=448 top=154 right=173 bottom=495
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 1
  231. -- font id: 0
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: startShow
  236. ----- HyperTalk script -----
  237. on mouseUp
  238.   global playsounds, delay
  239.   play stop
  240.   set cursor to none
  241.   get card field id 4
  242.   put it into delay
  243.   play "Click"
  244.   push card
  245.   visual effect iris open
  246.   go to next card
  247.   pass mouseUp
  248. end mouseUp
  249.  
  250.  
  251.  
  252. -- part 28 (button)
  253. -- low flags: 00
  254. -- high flags: 2000
  255. -- rect: left=314 top=316 right=342 bottom=355
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: Prev
  264. ----- HyperTalk script -----
  265. on mouseDown
  266.   play "click"
  267.   set the hilite of me to true
  268. end mouseDown
  269.  
  270. on mouseUp
  271.   play "click"
  272.   set the hilite of me to false
  273.   go to first card
  274. end mouseUp
  275.  
  276.  
  277.  
  278. -- part 29 (button)
  279. -- low flags: 00
  280. -- high flags: 2000
  281. -- rect: left=353 top=316 right=342 bottom=394
  282. -- title width / last selected line: 0
  283. -- icon id / first selected line: 0 / 0
  284. -- text alignment: 1
  285. -- font id: 0
  286. -- text size: 12
  287. -- style flags: 0
  288. -- line height: 16
  289. -- part name: Pause
  290. ----- HyperTalk script -----
  291. on mouseDown
  292.   play "click"
  293. end mouseDown
  294.  
  295. on mouseUp
  296.   play "click"
  297. end mouseUp
  298.  
  299.  
  300.  
  301. -- part 30 (button)
  302. -- low flags: 00
  303. -- high flags: 2000
  304. -- rect: left=393 top=316 right=342 bottom=434
  305. -- title width / last selected line: 0
  306. -- icon id / first selected line: 0 / 0
  307. -- text alignment: 1
  308. -- font id: 0
  309. -- text size: 12
  310. -- style flags: 0
  311. -- line height: 16
  312. -- part name: Auto
  313. ----- HyperTalk script -----
  314. on mouseUp
  315.   global delay
  316.   play stop
  317.   set cursor to none
  318.   get card field id 4
  319.   put it into delay
  320.   set the hilite of me to true
  321.   play "Click"
  322.   set the hilite of me to false
  323.   wait 5
  324.   push card
  325.   visual effect iris open
  326.   go to next card
  327.   pass mouseUp
  328. end mouseUp
  329.  
  330.  
  331.  
  332. -- part 31 (button)
  333. -- low flags: 00
  334. -- high flags: 2000
  335. -- rect: left=431 top=316 right=342 bottom=472
  336. -- title width / last selected line: 0
  337. -- icon id / first selected line: 0 / 0
  338. -- text alignment: 1
  339. -- font id: 0
  340. -- text size: 12
  341. -- style flags: 0
  342. -- line height: 16
  343. -- part name: Next
  344. ----- HyperTalk script -----
  345. on mouseUp
  346.   global delay
  347.   play stop
  348.   set cursor to none
  349.   get card field id 4
  350.   put it into delay
  351.   set the hilite of me to true
  352.   play "Click"
  353.   set the hilite of me to false
  354.   wait 5
  355.   push card
  356.   visual effect iris open
  357.   go to next card
  358.   pass mouseUp
  359. end mouseUp
  360.  
  361.  
  362.  
  363. -- part 33 (button)
  364. -- low flags: 00
  365. -- high flags: 2000
  366. -- rect: left=470 top=316 right=342 bottom=511
  367. -- title width / last selected line: 0
  368. -- icon id / first selected line: 0 / 0
  369. -- text alignment: 1
  370. -- font id: 0
  371. -- text size: 12
  372. -- style flags: 0
  373. -- line height: 16
  374. -- part name: Start
  375. ----- HyperTalk script -----
  376. on mouseDown
  377.   play stop
  378.   play "click"
  379.   set the hilite of me to true
  380. end mouseDown
  381.  
  382. on mouseUp
  383.   unlock screen
  384.   play "harpsichord" tempo 220 b3Q3 g a b d4 c c e d d g f# g d  b3 g a b c4 d e d c b3 a b g f# g a d f# a c4 b3 a b g a b d4 c c e d d g f# g d b3 g a3 b e d4 c b3 a g d g f# gw
  385.   set cursor to none
  386.   set the hilite of card button 12 to true
  387.   show card button 12
  388.   show card field 9
  389.   wait 1 seconds
  390.   show card field 10
  391.   show card field 5
  392.   wait 1 seconds
  393.   show card field 6
  394.   wait 3 seconds
  395.   show card field 7
  396.   wait 1 seconds
  397.   show card field 11
  398.   show card button 13
  399.   wait 4 seconds
  400.   lock screen
  401.   hide card field 11
  402.   hide card field 7
  403.   hide card field 6
  404.   hide card field 5
  405.   hide card field 10
  406.   hide card field 9
  407.   hide card field 4
  408.   hide card button 12
  409.   hide card button 13
  410.   hide card field 6
  411.   hide card field 8
  412.   unlock screen
  413.   set cursor to hand
  414. end mouseUp
  415.  
  416.  
  417.  
  418. -- part 36 (button)
  419. -- low flags: 00
  420. -- high flags: 2000
  421. -- rect: left=274 top=316 right=342 bottom=315
  422. -- title width / last selected line: 0
  423. -- icon id / first selected line: 0 / 0
  424. -- text alignment: 1
  425. -- font id: 0
  426. -- text size: 12
  427. -- style flags: 0
  428. -- line height: 16
  429. -- part name: Home
  430. ----- HyperTalk script -----
  431. on mouseUp
  432.   play "click"
  433.   answer "Quit to Home or Finder?" with "Cancel" or "Home" or "Finder"
  434.   if it = "Cancel"
  435.   then
  436.   exit mouseUp
  437. end if
  438. if it = "Home"
  439. then
  440. visual effect iris open
  441. domenu home
  442. else
  443.   show menubar
  444.   doMenu "Quit HyperCard"
  445. end if
  446. end mouseUp
  447.  
  448.  
  449.  
  450. -- part 47 (button)
  451. -- low flags: 80
  452. -- high flags: 4001
  453. -- rect: left=0 top=0 right=342 bottom=512
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 1
  457. -- font id: 0
  458. -- text size: 12
  459. -- style flags: 0
  460. -- line height: 16
  461. -- part name: 
  462.  
  463.  
  464. -- part 41 (field)
  465. -- low flags: 81
  466. -- high flags: 0000
  467. -- rect: left=338 top=89 right=106 bottom=356
  468. -- title width / last selected line: 0
  469. -- icon id / first selected line: 0 / 0
  470. -- text alignment: 0
  471. -- font id: 3
  472. -- text size: 10
  473. -- style flags: 4096
  474. -- line height: 13
  475. -- part name: 
  476.  
  477.  
  478. -- part 42 (field)
  479. -- low flags: 81
  480. -- high flags: 0000
  481. -- rect: left=0 top=157 right=237 bottom=512
  482. -- title width / last selected line: 0
  483. -- icon id / first selected line: 0 / 0
  484. -- text alignment: 1
  485. -- font id: 3
  486. -- text size: 18
  487. -- style flags: 4352
  488. -- line height: 24
  489. -- part name: 
  490.  
  491.  
  492. -- part 43 (field)
  493. -- low flags: 81
  494. -- high flags: 0000
  495. -- rect: left=0 top=269 right=291 bottom=512
  496. -- title width / last selected line: 0
  497. -- icon id / first selected line: 0 / 0
  498. -- text alignment: 1
  499. -- font id: 3
  500. -- text size: 12
  501. -- style flags: 4096
  502. -- line height: 16
  503. -- part name: 
  504.  
  505.  
  506. -- part 46 (field)
  507. -- low flags: 81
  508. -- high flags: 2004
  509. -- rect: left=184 top=267 right=313 bottom=312
  510. -- title width / last selected line: 0
  511. -- icon id / first selected line: 0 / 0
  512. -- text alignment: 1
  513. -- font id: 3
  514. -- text size: 12
  515. -- style flags: 0
  516. -- line height: 16
  517. -- part name: 
  518.  
  519.  
  520. -- part 39 (field)
  521. -- low flags: 81
  522. -- high flags: 0000
  523. -- rect: left=0 top=34 right=64 bottom=512
  524. -- title width / last selected line: 0
  525. -- icon id / first selected line: 0 / 0
  526. -- text alignment: 1
  527. -- font id: 3
  528. -- text size: 20
  529. -- style flags: 4864
  530. -- line height: 26
  531. -- part name: 
  532.  
  533.  
  534. -- part 40 (field)
  535. -- low flags: 81
  536. -- high flags: 0000
  537. -- rect: left=0 top=69 right=144 bottom=512
  538. -- title width / last selected line: 0
  539. -- icon id / first selected line: 0 / 0
  540. -- text alignment: 1
  541. -- font id: 20
  542. -- text size: 48
  543. -- style flags: 14592
  544. -- line height: 64
  545. -- part name: 
  546.  
  547.  
  548. -- part 44 (field)
  549. -- low flags: 81
  550. -- high flags: 0000
  551. -- rect: left=0 top=290 right=328 bottom=512
  552. -- title width / last selected line: 0
  553. -- icon id / first selected line: 0 / 0
  554. -- text alignment: 1
  555. -- font id: 20
  556. -- text size: 24
  557. -- style flags: 4096
  558. -- line height: 32
  559. -- part name: 
  560.  
  561.  
  562. -- part 45 (button)
  563. -- low flags: 80
  564. -- high flags: 4000
  565. -- rect: left=87 top=291 right=320 bottom=122
  566. -- title width / last selected line: 0
  567. -- icon id / first selected line: 100 / 100
  568. -- text alignment: 1
  569. -- font id: 0
  570. -- text size: 12
  571. -- style flags: 0
  572. -- line height: 16
  573. -- part name: New Button
  574.  
  575.  
  576. -- part 49 (button)
  577. -- low flags: 00
  578. -- high flags: 2000
  579. -- rect: left=194 top=315 right=342 bottom=235
  580. -- title width / last selected line: 0
  581. -- icon id / first selected line: 0 / 0
  582. -- text alignment: 1
  583. -- font id: 0
  584. -- text size: 12
  585. -- style flags: 0
  586. -- line height: 16
  587. -- part name: 
  588. ----- HyperTalk script -----
  589. on mouseDown
  590.   play "click"
  591.   show card field id 50
  592.   show card button id 51
  593. end mouseDown
  594.  
  595.  
  596.  
  597. -- part 50 (field)
  598. -- low flags: 81
  599. -- high flags: 2007
  600. -- rect: left=15 top=12 right=315 bottom=497
  601. -- title width / last selected line: 0
  602. -- icon id / first selected line: 0 / 0
  603. -- text alignment: 0
  604. -- font id: 3
  605. -- text size: 10
  606. -- style flags: 0
  607. -- line height: 13
  608. -- part name: 
  609.  
  610.  
  611. -- part 51 (button)
  612. -- low flags: 80
  613. -- high flags: 0000
  614. -- rect: left=15 top=12 right=315 bottom=481
  615. -- title width / last selected line: 0
  616. -- icon id / first selected line: 0 / 0
  617. -- text alignment: 1
  618. -- font id: 0
  619. -- text size: 12
  620. -- style flags: 0
  621. -- line height: 16
  622. -- part name: 
  623. ----- HyperTalk script -----
  624. on mouseUp
  625.   hide card field id 50
  626.   hide card button id 51
  627.   set the scroll of card field id 50 to zero
  628. end mouseUp
  629.  
  630.  
  631.  
  632. -- part contents for card part 4
  633. ----- text -----
  634. 2
  635.  
  636. -- part contents for card part 14
  637. ----- text -----
  638.   To set the speed that the     projector will show the slide show cards, grab the slide bar and slide it to the right or left with the mouse button down.  This will set the delay between each card to the time indicated.  To start the show, click the "Play" button.   If you prefer to view the demonstration without listening to the string quartet, click the sound
  639. button to the right.
  640.   The slide show can be controlled by the buttons at the bottom of each card.  Under normal or AUTOmatic operation, the AUTO button will be depressed.  To take control, click the PAUSE button and then the PREV or NEXT buttons to move backwards or forwards.  Holding the mouse down on the button will cause the program to back up or go forward until the mouse button is released.  To return to the AUTOmatic mode, click the AUTO button again.  To return to this card, click the START AGAIN button.  Click the HOME button to exit this demonstration.
  641.  
  642.  
  643. -- part contents for card part 39
  644. ----- text -----
  645. ‚ĶWelcome to a demonstration of‚Ķ
  646.  
  647.  
  648. -- part contents for card part 40
  649. ----- text -----
  650. Filevision IV
  651.  
  652.  
  653.  
  654.  
  655.  
  656. -- part contents for card part 42
  657. ----- text -----
  658. a multilayer integrated imaging
  659. object oriented database
  660. and drawing program
  661.  
  662.  
  663.  
  664. -- part contents for card part 43
  665. ----- text -----
  666. by
  667.  
  668.  
  669.  
  670. -- part contents for card part 44
  671. ----- text -----
  672. Marvelin Corporation
  673.  
  674.  
  675.  
  676. -- part contents for card part 41
  677. ----- text -----
  678. ®
  679.  
  680. -- part contents for card part 46
  681. ----- text -----
  682. You are already
  683. in the help page.
  684.  
  685. -- part contents for card part 50
  686. ----- text -----
  687. Filevision¬Æ IV is a multilayer, integrated imaging, combined drawing and database program for the Macintosh¬Æ.  This newest version of the Filevision product line has been in development for more than two years and promises many new and innovative features to enhance the unique Filevision concept of an object oriented database.
  688.  
  689. The Filevision product line has an installed base of more than 30,000 users with many of the Fortune 500, colleges and universities and government agencies being part of that base.  The first release of Business Filevision was voted best software of the year by the American Federation of Information Processing Societies (AFIPS).  The product has long been used for Facilities Management, Desktop Mapping, Hazardous Materials Control, Airport Management, GIS, Training Aides, Inventory Control and similar disciplines.  Filevision IV has overcome most of the limitations found in earlier versions of the program and promises to provide a wide range of improvements in performing its tasks.
  690.  
  691. SOME OF THE MANY NEW FEATURES ARE:
  692. Drawing page enlarged to 30" x 32" - page adjustable, fully windowed, 32 layers, four zoom views, customizable rulers, increased drawing capacities, increased symbol, shade and line palettes, enhanced drawing tool editors, floating tool box, auto scrolling, drag guide lines, cursor tracking, rotated text and text masking.  Increased number of fields per database type to 255, up to 32 types, speedier sorting by as much as 1,000%, up to 8,000 characters per field, picture fields to 29" x 30", show/hide field names, block field moves, enhanced set up dialogs, selectable print page function and a powerful integrated import/export text capability.  Powerfull reporting functions with a Print Library to store your columnar reports, forms, labels and mail merge form letters.  Visual "Highlighting" of both records and their drawing page graphics.  Pop-up drawing page legends.
  693.  
  694. Import and export PICT 1 (8 color discrete object) PICT 2 (256 color single object) Encapsulated PostScript and MacPaint graphics direct from/to file.  Foreground and background color and large monitor support.  True background processing.  Maximum file size increased to 16 megabytes.  Hierarchical text menu with added styles, sizes and functions.  Font handling increased to 256 font families.  All dialog field selections converted to pop-up menus.  Overlapping or side by side window display.
  695.  
  696. The program comes packaged with four 800K program and example diskettes, a 402 page User Guide, Quick Reference Chart and a 154 page on-line context sensitive help file (illustrated).  Free user support is also offered with the return of registration information.
  697.  
  698. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†SUGGESTED RETAIL PRICE:$495.00
  699.  
  700. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†U.S. Map Templates for Filevision IV$¬†99.00
  701.  
  702. ¬†¬†¬†(CLICK ON THE "GO TO THE ORDER FORM" BUTTON FOR AUTOMATIC ORDERING INFO)
  703.  
  704.